don't ignore chdir failure
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 6 Feb 2011 01:25:41 +0000 (17:25 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 6 Feb 2011 01:25:41 +0000 (17:25 -0800)
commit5622f78bf6d369a881b2cc62075bedf0a064d56f
tree12fe1f6b9c37619f7b01bc87ea96dbc8eec20318
parent88b2b217f968d464ef619bb535d5ef57893fe205
don't ignore chdir failure

* sysdep.c (sys_subshell) [!defined DOS_NT]: Diagnose chdir
failure and exit.
(sys_subshell) [defined DOS_NT]: Mark with a FIXME the two
remaining unchecked chdir calls in this function; some DOS/NT
expert needs to fix them.
* emacs.c (main): Mark with a FIXME the unchecked chdir calls
in this function; some NextStep expert needs to fix them.
src/ChangeLog
src/emacs.c
src/sysdep.c